Package com.cisco.pt.ipc.events
Class DHCPv6ClientProcessEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.DHCPv6ClientProcessEventRegistry
An event for the IPC's DHCPv6ClientProcessEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<DHCPv6ClientProcessEventListener>protected Map<String,Set<DHCPv6ClientProcessEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(DHCPv6ClientProcessEventListener listener) voidaddListener(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass) voidaddListenerFiltered(DHCPv6ClientProcessEventListener listener, List<String> events) voidaddSpecificListenerFiltered(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidvoidremoveListener(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass) voidremoveListenerFiltered(DHCPv6ClientProcessEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
DHCPv6ClientProcessEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(DHCPv6ClientProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(DHCPv6ClientProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(DHCPv6ClientProcessEventListener listener, DHCPv6ClientProcess objClass) throws IOException - Throws:
IOException
-